home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1994-09-20 | 1.4 KB | 31 lines | [TEXT/.Ob4] |
- Syntax10.Scn.Fnt
- ParcElems
- Alloc
- Syntax10i.Scn.Fnt
- LineElems
- Alloc
- Chicago10.Scn.Fnt
- Compiler.Compile @ most recent selection
- Compiler.Compile * marked viewer
- Compiler.Compile {filename} ~ list of files
- Edit.Open OberonErrors.Text Compiler Error Codes
- The Oberon Compiler accepts the following options:
- x disable index checks
- t disable type guards
- n disable NIL checks
- p suppress initialization of local pointers to NIL
- a suppress code generation for ASSERT function
- s allow generation of new symbol file
- f find text position corresponding to selected pc value
- Each file parameter may be followed by a slash ("/") and a list of options.
- Examples:
- Compiler.Compile */n
- Compiler.Compile Demo.Mod/xnt Test.Mod/s ~
- When working with folded texts, use the following
- Folds.Compile * compiles text (possibly with folds)
- Folds.Compile ^ and places error elems
- Folds.Compile ~
- Folds.ShowError * places caret to next error elem (also in folds)
- Folds.SetProfile sets options specified in Folds.Profile
- Folds.Restore collapses folds opened during ShowError
-